home *** CD-ROM | disk | FTP | other *** search
- # **************** Pacifier's Trumpet login.cmd file. ******************
- #
- #
- # Initialize Modem {Some Modems may require you to edit this string}
- # you will need to refer to the owners manual for your modem.
- #
- output atz\r
- input 10 OK
- #
- # **** Uncomment{#} the following 2 lines in order to turn off Speaker.
- # output atm0\r
- # input 10 OK
- #
- # **** Dial Pacifier & redial on busy.
- #
- repeat
- output atdt 6930325\13
- until 1-[input 15 BUSY]
- #
- input 30 CONNECT
- #
- # **** Start Of Login Sequence.
- #
- input 30 host:
- output slip\13
- #
- # *** your login name {the \13 is the carriage return leave it there}
- #
- input 30 login:
- output xxxxx\13
- #
- # *** your password {The \13 is the carriage return Leave it there}
- #
- input 30 word:
- output xxxxx\13
- #
- display \n
- #
- # parse address
- #
- input 30 to
- address 30
- input 30 beginning
- #
- # we are now connected, logged in and in slip mode.
- #
- display \n
- display Connected. Your IP address is \i.\n
- #
- # The following causes a dbl beep after Trumpet logs in..
- #
- display \7\7
- #
- # The following are examples of Auto-executing certain apps.. after Trumpet
- # makes a connection.
- #
- # EXEC "D:\WINDOWS\EUDORA\WEUDORA.EXE"
- # EXEC "D:\WINDOWS\INTERNET\SLIPDB\SLIPDB ON"
- #
- # End.
-